home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / SAT / SAT Invaders sample ƒ / SAT Invaders demo notes < prev    next >
Encoding:
Text File  |  1993-05-15  |  518 b   |  9 lines  |  [TEXT/ttxt]

  1. SAT Invaders
  2. ============
  3.  
  4. SAT Invaders is intended as a mid-level demo, with menu handling (though TransSkel again) and levels, but no scores or special options. This makes it much smaller and easier to understand than HeartQuest.
  5.  
  6. SAT Invaders uses the simpler collision detection scheme, since all sprites are either friends or foes.
  7.  
  8. SAT Invaders might be a possible platform to build on. Note that it doesn't save its settings. For optimal compatibility, you should save settings and scores in the system folder.
  9.